.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid var(--color-grey-light);
  border-radius: 15px;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 300px;
  height: 200px;
}
